credentials mode (HTTP)
資格情報フラグと呼ばれることもある。
table:credentials mode
"omit" Excludes credentials from this request, and causes any credentials sent back in the response to be ignored.
"same-origin" Include credentials with requests made to same-origin URLs, and use any credentials sent back in responses from same-origin URLs.
"include" Always includes credentials with this request, and always use any credentials sent back in the response.
関連項目